Is there a way to convert an Integer to a String? I am trying to get a
statement like 'Some Prefix: '.concat(someNumber) where some number is an
Integer. I could not find anything in the OCL spec that made me think this
was possible (looking at Integer, Real and OclAny). However, I am assuming I
missed it since most languages seem to have such a feature.