For some usage, or just for convenience, it might be interesting to skip the "Create a Model" phase and juste get object as array to be manipulated in twig.
A unique key like user would be used instead of a FQCN:
$contentManager->getContents('user');
We would need to consider any unwanted side-effect.