value; public function getLabel(): ?string { $label = ucwords(str_replace('_', ' ', $this->value)); return translate($label); } }