Right now I'm using setName on a current references baseObject:
ActionRef.getBaseObject().setName("Name")
Now, by renaming an object, lets say, the reference is the common bed furniture, all(!) common beds in the world will use that new name. How to create an unique "copy" of this reference to apply the new name to just this reference?