There are no built in tokens for that. What you could do is create a value, & store the current object/saved object inside of the string section of the value. On mouse over (or on click) what you would do is create an execute a script action part & then add something like this to it...
Values["example"].String = game.CurrentObject:getName()
Now inside of the display text you can reference the string part of the value...
I can't open the <vs=example>.
replace "example" with the actual name of the value you have created - also take into account that names are case sensitive.