You can't - it's null. It has no value and the only context your method has for a relationship to a class is the parameter type, which you have denoted as Object.
You don't mention the larger context of this usage, but it raises suspicion of a design problem that would be better addressed with an interface for the parameter or behavioral design pattern.
Edit: Posted at the same time as masijade. Answer pertains to the original question.