Value = $value; $this->Label = $label; } public function __toString() { return $this->Value; } }