And be aware that it's possible that your method will be called from a static method of some class. In that case the object that is calling your method is that class.
And if it's called from an instance method of some object, you can't get a reference to that object. All you can know of it is its class name.