Object.Type - outputs "system double"

I am trying to turn doubles to strings but when I use the Object Type node its give a value of “system double”. Does anybody know why? or perhaps a node that will do the same. I want to concatenate the XYZ values with a comma separator.

Object.Type returns the type, not a string version of it. That is String From Object node.

Face palm. Thank you