Im working with Three.js and javascript.
When my code executes this:
console.log(this.scene.children[1])
I get this in my console of Chrome:

How can I get the name of the object ('WidgetsRuler') as a string? I dont see any attribute that saves this information.