Hello,
You are using the echo method from PHP to print strings and then you are using the createDocxAndDownload method that uses the header function to download a document. PHP doesn't allow to do that (print strings before using the header function), please read the information about the header function on the PHP page.
Regards.