value; } public function setValue($value) { $this->value = $value; } public function __toString(): string { return $this->name; } }