/**
  * @param BackgroundNode $background
  *
  * @return string
  */
 private function getBackgroundShortDescription(BackgroundNode $background)
 {
     return trim(sprintf('%s: %s', trim($background->getKeyword()), trim($background->getTitle())));
 }