value = $value; $this->label = $label; } public function getId(): string { return $this->id; } public function getDescription(): ?string { return $this->description; } }