_getOptions() {
    const { format, text, value, options, onChoose } = this.props
    return { format, text, value, options, onChoose }
  }