uw.TitleDetailsWidget.prototype.getSerialized = function () {
        return {
            title: this.titleInput.getValue()
        };
    };