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