_getOption(record) {
    const { text, value } = this.props
    return {
      value: _.get(record, value),
      text: _.get(record, text),