Value as a string from a void function

For example i want to put in my code this function but i can not use information as a Sting value:

OscMessage myMessage = new OscMessage ( "Characteristics" + information );
      myMessage.add(information);
    oscP5.send(myMessage, remoteLocation);