/**
  * @return bool|string
  */
 public function getEndDateYear()
 {
     return DateTimeUtils::getYear($this->dto->getEndDate());
 }