value = $value; return $header; } public function getFieldName() { return 'Upgrade'; } public function getFieldValue() { return $this->value; } public function toString() { return 'Upgrade: ' . $this->getFieldValue(); } }