uw.OtherDetailsWidget.prototype.getSerialized = function () {
        return {
            other: this.textInput.getValue()
        };
    };