field->getName(); } public function getField(): FieldTypeInterface { return $this->field; } public function __toString(): string { return $this->getFieldName(); } }