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