Hello,
The problem with your PDF is that the title property (you can see it in the Properties section using Adobe Acrobat Reader) is $COMPANY_NAME$ BUSINESS PLAN , so Acrobat Reader shows this property in the header.
DOCX documents have properties too (the title property is used as PDF title property when transforming it). It seems your DOCX title property is $COMPANY_NAME$ BUSINESS PLAN; you can set this property (DOCX properties https://support.office.com/en-us/article/View-or-change-the-properties-for-an-Office-file-21d604c2-481e-4379-8e54-1dd4622c6b75#viewchange16) in the template or change it using this method:
http://www.phpdocx.com/api-documentation/layout-and-general/modify-Word-document-properties-with-PHP
Regards.