This kind of printing will get the instance address and not a print of it.
Because you want to print a reference type, the VM doesn't know how you want it display or whatever or not some of the fields aren't for printing.
It's apt to you, Overriding "public String toString()" method and implement your own format.