OO.ui.Tool.prototype.getName = function () {
    return this.constructor.static.name;
};