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