Is there any not too ugly universal way to convert a matrix of type SomeType[,] to type object[,], given that SomeType can be of any type? For instance
SomeType[,]
object[,]