To output text to the Driver Station, you must create a DriverStationLCD object. Once it has been initialized, lines can be outputted using:
Code:
[DriverStationLCD object name].println(DriverStationLCD.Line.[line],
[Priority], [message]);
You will also need to use a .updateLCD() command to get it to write to the Driver's Station.