getTitle(context, options) {
            const me = this;
            const {callbacks} = options;
            const beforeTitle = callbacks.beforeTitle.apply(me, [context]);
            const title = callbacks.title.apply(me, [context]);