extract material names from ObjImporter

Hi,

I want to extract material names from an imported model using vtkOBJImporter. I am following the example at https://kitware.github.io/vtk-examples/site/Cxx/IO/OBJImporter/ . How can I get a list of material names (preferably, corresponding to each actor)?