private function getTypesWithOptions()
 {
     $field = new Field();
     return $field->getTypesWithOptions();
 }