Guess i solved the problem by making the change in the arduino code:
Thermal.write(option);
to
Thermal.println(option);
The problem is with this way the printer prints out one char at a time and it put every char on a single line.
How can i put these chars in an array and form a sentence?