open class ObjectReflector : Reflector<Any!>
ObjectReflector(real: Any!)
open fun <T : Any!> callMethod(methodName: String!): T