Keep the presentation in the PsiElement wrapper

I’m referencing a PsiClass element. When I press Ctrl and hover, it displays this complete ToolTip [image].
image

However, I need to wrap this PsiClass in a LightElement, but I want to maintain the same behavior as the ToolTip. However, I get the effect below [image].
image

What do I need to do to maintain the ToolTip details as in the first image?