How to extract the data from IBMKeyword?

I am experimenting with the IBM Watson NLU’s Text Analysis package with a simple text. I am able to extract the KeyValue pair information for Categories, Concept and Sentiments. However, I am having trouble in figuring out on how to extract information for Keywords, Entity.

A simple .ToString() method in message box doesn’t solve my problem.