_initBinds: function () {
    this.listenTo(this._privacyOptions, 'change:selected change:disabled', this.render);
    this.listenTo(this._privacyOptions, 'change:password', this._onChangePassword);
  },