public function output()
 {
     $output = [];
     $output = array_merge($output, $this->scriptHeader->output());
     $output = array_merge($output, $this->propertyList->output());
     $output = array_merge($output, $this->blockList->output());
     return implode(PHP_EOL, $output);
 }