/**
  * @param $found
  *
  * @return array|string
  */
 public function doReplace($found)
 {
     return $this->record_obj->getRecordFieldSingleHTML($this->currentField->getId(), $this->setOptions($found[1]));
 }